home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Home 49
/
PC_Home_Issue_49.iso
/
lldemo
/
lldemo.shr
/
ROSETTA.EXE
/
ROSETTA.DXR
/
00596_timer scripts.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-06-24
|
305 b
|
12 lines
on doTimeout
global gChallengeIndex, gChallengeOrder, gResponseOrder, gStopTicks
set gStopTicks to 9999999
set idchar to char gChallengeIndex of gChallengeOrder
set x to 1
repeat while char x of gResponseOrder <> idchar
set x to x + 1
end repeat
wrongGuess(#timer, x)
nextChoice()
end